home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / games / 500 / install.txt next >
Text File  |  1992-01-30  |  6KB  |  121 lines

  1.               INSTALLATION GUIDE FOR OMEGA ON THE ATARI ST
  2.               ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  3.                     version 2.01, January 30th, 1992
  4.                       
  5.  
  6. 1) Minimum requirements
  7.  
  8.   To use Omega, you'll need at least 1 Mb of RAM, and either a medium or high
  9. resolution monitor; low-res is not supported.
  10.   Omega works best from a hard disk; it also works from floppy disk. If
  11. you have only one floppy disk drive, you may need to do some disk swapping.
  12. Warning : overall game speed is severely limited when playing from floppy disk.
  13.   On a 1 Mb machine, memory is tight. You should check available memory every
  14. half hour or so (X command); if it gets below 20K, you should save and restore.
  15. Getting rid of desk accessories and screen accelerators may also be needed.
  16.  
  17. 2) Basic setup - general info
  18.  
  19.   The main Omega program is some 393 Kb. During play, the game will need the
  20. DATA folder, which will (just) fit on a 125 Kb RAMdisk. Every time you change
  21. level, the current level will be saved and the new level will be loaded if
  22. available or else generated. All level files are saved to the SAVE folder.
  23. This folder will grow to about 650-700 K when all levels have been explored.
  24. On a harddisk, there is no problem; the game will run as it was unpacked.
  25. If you have enough memory for a 1 Mb RAMdisk, both the DATA and SAVE folders
  26. can be put there. Otherwise, the SAVE folder will have to be put on floppy.
  27. On a dual-floppy system, put the Omega program on one disk, with the DATA
  28. folder on the same floppy and copied to RAMdisk before play; the SAVE folder
  29. will then be on the second drive.
  30. On a single-floppy system, you'll have to make a copy of the DATA folder to
  31. RAMdisk, run the program, and put the SAVE disk in the drive when the startup
  32. screen is displayed. 
  33. All these options are set with environment variables (explained in part 4 below)
  34.  
  35. 3) Actual game setup
  36.  
  37.   Single floppy : make a 125K RAM disk, copy the DATA folder to it, make sure
  38. you've set the environment. Run the game and put the SAVE disk in the drive.
  39.   Dual floppy : make a RAM disk if you wish (and copy the DATA folder), put the
  40. game disk in drive A and the SAVE disk in drive B. Make sure the environment has
  41. been set and run the program.
  42.   Large RAMdisk: Set up a 1 Mb RAMdisk, copy SAVE and DATA folders to the 
  43. RAMdisk and set the environment. Don't forget to backup the SAVE folder.
  44.   Hard disk : make a separate SAVE folder for every user/separate game.
  45. Set the environment and run the program.
  46.   If you use a RAM disk for the DATA folder, you should copy the following
  47. files back to disk after you finish play :
  48. -OMEGA.HI   (the high-scores files)
  49. -OMEGA.LOG  (the log of NPC players)
  50. Failure to do so may result in highscores being lost and other awful things.
  51.   
  52. 4) Environment setting
  53.  
  54.   Omega makes use of four environment variables, which can be set from a shell,
  55. environment setter in your AUTO folder or from a calling program. The MISC
  56. folder contains an environment setting program and a (simple) calling program.
  57. The environment variables are :
  58.   USER (also NAME)  : for your name
  59.   ODATADIR          : to set the DATA directory
  60.   OSAVEDIR          : to set the SAVE directory
  61.   OMEGA_SAV         : to set the save-file name
  62. - Set the environment variable USER or NAME to your favourite name.
  63.   USER has precedent over NAME; default is 'Anonymous'.
  64. - Set the variable ODATADIR to the DATA-folder path. On a harddisk, this is 
  65.   DATA; on floppy, A:DATA; on a RAMdisk drive D, <D>:DATA.
  66.   Not defining this results in the default DATA being used.
  67. - Set the variable OSAVEDIR to the SAVE-folder path. On a harddisk, this 
  68.   is SAVE; on a floppy disk, it's B:. Default is SAVE.
  69. - Set the variable OMEGA_SAV to the save-file name you want to use, for instance
  70.   MASTER.SAV. Default is OMEGA.SAV.
  71.  
  72. Sample environment file for harddisk :
  73.   PATH=...
  74.   USER=Peter
  75.   ODATADIR=DATA
  76.   OSAVEDIR=SAVES
  77.   
  78. Sample environment file for systems with a 1 Mb RAMdisk drive G:
  79.   PATH=...
  80.   USER=Marc
  81.   ODATADIR=G:\DATA
  82.   OSAVEDIR=G:\SAVE
  83.   OMEGA_SAV=MARC.SAV
  84.   
  85. Sample environment file for single-floppy systems with RAMdisk drive G:
  86.   PATH=...
  87.   USER=Hildo
  88.   ODATADIR=G:\DATA
  89.   OSAVEDIR=A:
  90.   OMEGA_SAV=HILDO.SAV
  91.   
  92. Sample environment file for double-floppy systems (no RAMdisk used) :
  93.   PATH=...
  94.   NAME=JAMES
  95.   ODATADIR=A:\DATA
  96.   OSAVEDIR=B:
  97.   OMEGA_SAV=JAMES.SAV
  98.   
  99.   When you use the environment setting program, make sure it's one of the last
  100. programs in your AUTO folder; the file ENVIRON.DAT must be in the root (main)
  101. directory. Do not forget to leave the first line (PATH=;A:) in.
  102.   The calling program is easier when you have many players on a single machine;
  103. you can make a separate calling program for every user. The sources for a very
  104. simple calling program are in the MISC folder; this program compiles to some
  105. 700 bytes with Turbo C.
  106.  
  107. 5) Packing the Omega program
  108.  
  109.   In the MISC folder you will find a program called PFXPAK.PRG. This can be used
  110. to compress the program OMEGA.TOS from 393 Kb to 211 Kb. This means loading time
  111. will be somewhat shorter; however, after loading the program will take some 5
  112. seconds to uncompress. I therefore recommend using this program only if you run
  113. the program from floppy or if you're very short of space on your harddisk.
  114.   Using the PFXPAK.PRG program is extremely easy: start the program, click on
  115. button 'Komprimieren' (German for 'compress'), select the file OMEGA.TOS, wait 
  116. for a while, type the name of the compressed program (both versions will fit 
  117. on a single disk), and that's all there is to it. 
  118. Maybe some of your other programs may benefit as well...
  119.  
  120. Good luck and have fun, Hildo Biersma
  121.